home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / Opera (32-bit) / o4b4_32.exe / %ODIR_OPERA% / Mail / MailStyle.css
Encoding:
Cascading Style Sheet File  |  2000-05-22  |  972 b   |  73 lines

  1. BODY {
  2. /*    margin:    0px;  */
  3. }
  4.  
  5. TD {
  6.     align: left;
  7.     vertical-align: top;
  8. }
  9.  
  10. TABLE.BACKGROUND {
  11.     width: 100%;
  12. }
  13.  
  14. TABLE.HEADER {
  15.     background-color: #CCCCCC;
  16.     border: none 0px;
  17. }
  18.  
  19. TBODY.HEADER {
  20.     border: none 0px;
  21. }
  22.  
  23. TABLE.ATTACHMENT {
  24.     background-color: #CCCCCC;
  25.     border: none 0px;
  26. }
  27.  
  28. TBODY.ATTACHMENT {
  29.     border: none 0px;
  30. }
  31.  
  32. SPAN.HEADER {
  33.     font-family: Tahoma, Verdana, Arial, Times;
  34.     font-size: 9pt;
  35.     font-weight: bold;
  36.     color: black;
  37. }
  38.     
  39. SPAN.ATTACHMENT {
  40.     font-family: Tahoma, Verdana, Arial, Times;
  41.     font-size: 9pt;
  42.     font-weight: normal;
  43.     color: black;
  44. }
  45.  
  46. SPAN.HEADERDATA {
  47.     font-family: Tahoma, Verdana, Arial, Times;
  48.     font-size: 9pt;
  49.     font-weight: normal;
  50.     color: black;
  51. }
  52.  
  53. PRE.BODY {
  54.     font-family: Courier;
  55.     font-size: 9pt;
  56.     font-weight: normal;
  57.     color: black;
  58. }
  59.  
  60. A.ATTACHMENT:hover {
  61. }
  62.  
  63. A:link {
  64.     text-decoration: none;
  65. }
  66.  
  67. A:visited {
  68.     text-decoration: none;
  69. }
  70.  
  71. A:hover {
  72.     background: #FFFFCC;
  73. }